Welcome![Sign In][Sign Up]
Location:
Search - socket programming in linux

Search list

[Linux-UnixLinux环境下串口编程

Description: 这是一个linux下的串口编程的源代码。-This is a source code about serial port programming in linux.
Platform: | Size: 2048 | Author: 夏雨 | Hits:

[Internet-Networkunix-socket

Description: unix环境下socket编程服务器端示例。开发环境:gcc、vim。在linux和solaris上测试通过-unix environment server socket programming examples. Development environment : gcc, vim. Solaris and the Linux on the test
Platform: | Size: 1024 | Author: 能通 | Hits:

[Embeded-SCM Develophttp-lwip

Description: 该程序是在NIOS II环境下运行的 使用LWIP协议栈实现了HTTP协议的接受请求 SOCKET编程-the procedures in NIOS II is run under the protocol stack used LWIP realization of the HTTP protocol receive requests Socket Programming
Platform: | Size: 25600 | Author: 关闭 | Hits:

[Internet-Networkftpputget

Description: 在Linux下使用socket方式开发的FTP程序,可以事项GET PUT功能,是学习socket和ftp编程的入门代码。-Socket in Linux to use the FTP program to develop, you can GET PUT function matters, and ftp to learn socket programming code entry.
Platform: | Size: 2048 | Author: Leo ZHANG | Hits:

[Internet-Networksocket.tar

Description: socket服务端在LINUX下的一个网络编程-socket server in a network under LINUX programming
Platform: | Size: 1024 | Author: king | Hits:

[Internet-Networks_p

Description: socket编程,linux下使用,包含单线程和多线程两种情况-socket programming, linux use, including single-threaded and multi-threaded two situations
Platform: | Size: 14336 | Author: 郭江亮 | Hits:

[Linux-Unixchat

Description: 基于BSD C的socket编程 采用udp协议,类似两个进程通信的聊天程序 压缩包包含两个文件,编译后运行是两个不同的聊天进程 运行环境linux -BSD C based on the socket programming using udp agreement, similar to the two processes communications chat program package consists of two documents, compiled to run two different operating environment to chat process linux
Platform: | Size: 2048 | Author: zhiguoxu | Hits:

[Linux-Unixsocket

Description: linux下面实现的socket网络编程。可以实现多客户端联机server的功能。-linux following the realization of the socket network programming. Can be achieved online multi-client server functionality.
Platform: | Size: 14336 | Author: 孙帮山 | Hits:

[Internet-Networklinux_socket

Description: linux下socket编程源码,提供一个类,所有函数全部采用底层函数。类中包含ReadData(),SendData()等函数供网络读写。另外提供一个服务线程等待client的连接。代码有中文注释。-socket programming under linux source to provide a class, all functions all use the underlying function. Category contains ReadData (), SendData () function for the network, such as reading and writing. In addition to provide a service thread to wait for client connections. Note the code in Chinese.
Platform: | Size: 3072 | Author: cherenfei | Hits:

[Internet-NetworkLINUX-socket

Description: Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返 回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。常用的Socket类型有两种:流式Socket (SOCK_STREAM)和数据报式Socket(SOCK_DGRAM)。流式是一种面向连接的Socket,针对于面向连接的TCP服务应用;数据 报式Socket是一种无连接的Socket,对应于无连接的UDP服务应用。-Socket interface is TCP/IP network API, Socket Interface defines a number of functions or routines, the programmer can use them to develop TCP/IP network applications. Study on the Internet want TCP/IP network programming, we must understand the Socket Interface. Socket Interface Designer is the first interface on the Unix operating system inside. If you know Unix system input and output, then it is easy to understand the Socket. Socket data transmission network is a special kind of I/O, Socket is a file descriptor. Socket also has a similar function call to open the file of the Socket (), the function return an integer of Socket descriptor, then the connection set up, data transmission and other operations through the implementation of the Socket. Socket type commonly used in two ways: streaming Socket (SOCK_STREAM) and data reported type Socket (SOCK_DGRAM). Streaming is a connection-oriented Socket, for in the TCP connection-oriented service applications Datagram Socket t
Platform: | Size: 1406976 | Author: 陈威 | Hits:

[Internet-Networkcpe09-tr06-ipv601-gychoi

Description: IPv6 socket programming in linux
Platform: | Size: 2048 | Author: cpe | Hits:

[DocumentsSocket_Programming_files

Description: this document contained the idea behind the socket programming in linux
Platform: | Size: 14336 | Author: sant | Hits:

[Linux-UnixSocket

Description: 网络通信编程,socket编程,socket客户端程序,可运行。代码简单完整,注释清晰,linux下编译通过,可运行。适合socket编程入门参考。 与服务端配合使用-Network communication programming, socket programming, socket client program, you can run. Code is simple and complete, clear notes, linux compiled by, you can run. Introduction to socket programming is suitable for reference. Used in conjunction with the server-side
Platform: | Size: 4096 | Author: 章红军 | Hits:

[Internet-NetworkLinuxSocket

Description: 本文档介绍了Linux下的Socket编程方法-This doc introduce the Socket programming in Linux
Platform: | Size: 1695744 | Author: 杨志成 | Hits:

[Internet-NetworkSocketProgramming

Description: Implementing Socket programming in Linux
Platform: | Size: 673792 | Author: Madhan | Hits:

[OtherLinux-socket-programming-by-example

Description: This book teaches the reader how to use socket programming, as if networking was an appliance that you can turn on and use. Consequently, a by example" approach to socket programming is used here. Each chapter builds upon the previous, until all of the basic concepts are mastered in Part 1, "Basic Socket Concepts." Part 2, "Advanced Socket Programming," contains some more advanced. topics that might present a challenge for some readers. The last chapter presents a practical application tying together many of the concepts you ve learned.-This book teaches the reader how to use socket programming, as if networking was an appliance that you can turn on and use. Consequently, a by example" approach to socket programming is used here. Each chapter builds upon the previous, until all of the basic concepts are mastered in Part 1, "Basic Socket Concepts." Part 2, "Advanced Socket Programming," contains some more advanced. topics that might present a challenge for some readers. The last chapter presents a practical application tying together many of the concepts you ve learned.
Platform: | Size: 1637376 | Author: CCPC | Hits:

[Internet-NetworkTCP.IP.Sockets.in.C.Practical.Guide.for.Programmer

Description: linux下socket编程,c语言版本,大师的经典之作,做socket编程不得不看,但是是外文的,不过经典的东西往往都是外文的-linux under the socket programming, c language version, the master' s classic, do socket programming had to look at, but it is in foreign languages, but the classic things that are often in foreign languages. .
Platform: | Size: 6346752 | Author: | Hits:

[Linux-UnixLinux-Net-Programmer

Description: 《linux网络编程》,介绍了linux中进程管理,网络的基础知识,BSD socket,和TCP/TP应用等,是学习linux下网络编程的好书籍!-" Linux network programming" to introduce the linux in the process management, network basics, BSD socket, and TCP/TP applications, network programming under linux to learn a good book!
Platform: | Size: 1734656 | Author: zhonghai | Hits:

[Linux-UnixFTP

Description: 在Linux下以C语言完成的一个小型FTP服务系统,内附详细的设计及功能说明,以及测试文档及截图,文档中还包含了详细的Socket函数及文件操作函数介绍,适合Linux编程初学者参考使用。-C language in Linux, complete with a small FTP service system, containing a detailed description of the design and function, and test documents and screenshots, the document also contains a detailed Socket function and file manipulation functions introduced for Linux programming reference for beginners use.
Platform: | Size: 2728960 | Author: tzy | Hits:

[OtherLinux

Description: 本书全面而深入地介绍了GNU/Linux编程。首先介绍了在Linux上编程必备的编程工具,然后在库函数、系统调用以及内核上阐述Linux编程知识,并专门讲述了包括TCP/IP、UDP以及多播套接口在内的网络编程知识;图形界面也是本书的重点内容,本书着重讲述了文本形式的图形界面库ncurses;还分别讲解了真正图形化的流行系统X Window、Qt、GNOME以及OpenGL的基本编程方法;最后,介绍了Bash编程和设备驱动编程。-Comprehensive and in-depth book introduces the GNU/Linux programming. First introduced in Linux on the programming necessary programming tools, and then in the library functions, system calls and the set of Linux kernel programming knowledge, and specifically addressed, including TCP/IP, UDP and multicast network, including socket programming knowledge graphical interface is also the focus of the content of the book, the book focuses on the text about the form of graphical interface library ncurses also give talks on the true prevalence of graphical system X Window, Qt, GNOME and the basic OpenGL programming Finally, the introduction of the Bash programming and device driver programming.
Platform: | Size: 14036992 | Author: 万娟 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net